Free desktop tools and utilities for Windows. Download our software now.Free desktop tools and utilities for Windows. Download our software now.
HomeContact
free windows software utility
free windows software tools

Hardware Unique ID Extractor
Example for FoxPro programmers

Hardware unique ID extractor

 

free software

Delphi programming C/C++  programming VB (Visual Basic)  programming

 

TOC

 

 

Hardware ID extractor - partition serial number,hard drive serial number,volume serial number

 

 

Programing language: FoxPro

Enviroment: Microsoft Visual FoxPro

Source code by:

For Hardware ID Extractor DLL version: 2.0

 


 

Example for Visual FoxPro programmers

 



*-- CPU --


DECLARE STRING GetCPUID IN \"HardwareIDExtractorC.DLL\" long
?getcpuid(1)


DECLARE STRING CPUFamily IN \"HardwareIDExtractorC.DLL\"
?cpufamily()


DECLARE STRING GetCPUVendor IN \"HardwareIDExtractorC.DLL\"
?getcpuvendor()


DECLARE STRING GEtCPUSpeed IN \"HardwareIDExtractorC.DLL\"
?cpufamily()


DECLARE short IsIntel64BitCPU IN \"HardwareIDExtractorC.DLL\"
?isintel64bitcpu()


DECLARE integer GetCpuTheoreticSpeed IN \"HardwareIDExtractorC.DLL\"
?GetCpuTheoreticSpeed()


DECLARE short IsCPUIDAvailable IN \"HardwareIDExtractorC.DLL\"
?IsCPUIDAvailable()


DECLARE string GetCpuIdNow IN \"HardwareIDExtractorC.DLL\"
?GetCpuIdNow()


DECLARE integer GetCPUCount IN \"HardwareIDExtractorC.DLL\"
?GetCPUCount()

 


*-- HDD --


DECLARE STRING GetIDESerialNumber IN \"HardwareIDExtractorC.DLL\" short
?GetIDESerialNumber(0)


DECLARE STRING GetPartitionID IN \"HardwareIDExtractorC.DLL\" string
?GetPartitionID(\"c:\")

 


*-- BIOS --


DECLARE STRING BiosProductID IN \"HardwareIDExtractorC.DLL\"
?biosproductid()


DECLARE STRING BiosDate IN \"HardwareIDExtractorC.DLL\"
?BiosDate()


DECLARE STRING BiosVersion IN \"HardwareIDExtractorC.DLL\"
?BiosVersion()


DECLARE STRING BiosProductID IN \"HardwareIDExtractorC.DLL\"
?BiosProductID()


DECLARE STRING BiosVideo IN \"HardwareIDExtractorC.DLL\"
?BiosVideo()

 

 

#define myKey xxx
DECLARE short EnterKey IN \"HardwareIDExtractorC.DLL\" integer
?EnterKey(myKey)

 

 

Note: Don't forget to call ReleaseMemory when you are done with the function.

 
      

 

 

 

free windows desktop software utility

Hardware ID Extractor Support